home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 March / PCFormat 3_2008.iso / System / SpeeDefrag 5.2 / SF.exe / install_script.iss
Text File  |  2007-09-06  |  3KB  |  67 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=SpeeDefrag
  5. AppVerName=SpeeDefrag 5.2
  6. AppId=SpeeDefrag
  7. AppPublisher=Vicky's Cool Softwares
  8. AppPublisherURL=http://www.vcsoftwares.com
  9. AppSupportURL=http://www.vcsoftwares.com
  10. AppUpdatesURL=http://www.vcsoftwares.com
  11. DefaultDirName={pf}\SpeeDefrag
  12. DefaultGroupName=SpeeDefrag
  13. OutputBaseFilename=SF
  14. Compression=lzma
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\SpeeDefrag.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\SpeeDefrag.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{sys}\xpsf1.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  22. Source: "{sys}\sson.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  23. Source: "{sys}\xpsf.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  24. Source: "{sys}\mvistasf.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  25. Source: "{sys}\psf.exe"; DestDir: "{sys}"; Flags: ignoreversion 
  26. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regtypelib sharedfile 
  27. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  28. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  29. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  30. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace sharedfile 
  31. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  32. Source: "{tmp}\dio.bmp"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  33. Source: "{tmp}\DealioKit1-stub-0.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  34.  
  35. [INI]
  36. FileName: "{app}\SpeeDefrag.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.vcsoftwares.com"; 
  37.  
  38. [Run]
  39. Filename: "{app}\SpeeDefrag.exe"; Description: "{cm:LaunchProgram,SpeeDefrag}"; Flags: postinstall skipifsilent nowait
  40.  
  41. [Icons]
  42. Name: "{group}\SpeeDefrag"; Filename: "{app}\SpeeDefrag.exe"; 
  43. Name: "{group}\{cm:ProgramOnTheWeb,SpeeDefrag}"; Filename: "{app}\SpeeDefrag.url"; 
  44. Name: "{userdesktop}\SpeeDefrag"; Filename: "{app}\SpeeDefrag.exe"; Tasks: desktopicon; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48.  
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\SpeeDefrag.url"; 
  51.  
  52. [CustomMessages]
  53. eng.NameAndVersion=%1 version %2
  54. eng.AdditionalIcons=Additional icons:
  55. eng.CreateDesktopIcon=Create a &desktop icon
  56. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  57. eng.ProgramOnTheWeb=%1 on the Web
  58. eng.UninstallProgram=Uninstall %1
  59. eng.LaunchProgram=Launch %1
  60. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  61. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  62.  
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  67.